﻿/*头部样式*/
.head{
    width: 100%;
    position: absolute;
    top:40px;
    left:0;
    z-index:99;
}
.container{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.nav{
    display: flex;
    justify-content: space-between;
}
.logo{
    
}
.language_a{

}
.language_a a{
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background:#333333;
    color: #fff;
    font-size:14px;
    text-align: center;
    margin-top:5px;
}
.language_a a:hover{
    background:#a6956a;    
}
.nav li{
/*    float: left;*/
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 3em;
}
.nav li a:hover{
    color: #a6956a;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}


.menu-button{
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #a6956a;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #a6956a;
    text-align: center;
    position: absolute;
    left:0;
    top:55px;
    z-index: 9999999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    padding:10px 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
    line-height: 2em;
}

@media(max-width: 1600px){
    .head{
        top:25px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 92%;
    }
}
@media(max-width: 1024px){
    .head{
        top:15px;
    }    
}
@media(max-width: 768px){
    .nav li a{
        font-size:15px;
    }
}
@media(max-width: 640px){
    .head{
        top:0;
    }
    .logo{
        width: 40%;
        float: none;
        margin-top: 15px;
    }
    .logo img{
        max-width: 50px;
    }
    .nav li,.language_a{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .menu-button{
        top:10px;
    }

}


#c-banner1{

}
#c-banner1 .swiper-slide{
    opacity: 0!important;
}
#c-banner1 .swiper-slide-active{
    opacity: 1!important;
}
.banner_text{
    display: flex;
    flex-wrap: wrap;
/*    width: 90%;
    max-width: 1630px;
    margin:0 auto;*/
    position: relative;
    z-index: 999;
    transition: 1.3s 0.2s;
    transform: translateX(-30%);
    opacity: 0;
}
#c-banner1 .swiper-slide.swiper-slide-active .banner_text {
    transform: translateX(0%);
    opacity: 1;
}
.banner_text .text{
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;  
    padding-left: 215px;
}
.banner_text .text img{
    max-width: 770px;
    width: 90%;
}
.banner_text p{
    font-size:30px;
    color: #141414;
    font-weight: bold;
    padding:10px 0 120px;
}
.banner_text a{
    padding-right: 0px;
    margin-left: 40px;
    max-width: 150px;
}
a.more1{
    color: #141414;
}
.more1{
    font-size:14px;
    color: #141414;
    font-weight:bold;

    text-transform: uppercase;
    position: relative;
/*    overflow: hidden;*/
    display: inline-block;

    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.more1:before {
    content: "";
    height: 1px;
    width: 30px;
    background: #a6956a;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top:-0.5px;
    /*    -webkit-transition: all .35s ease-out;
        transition: all .35s ease-out*/
    transition-timing-function:linear;
    /* Firefox 4 */
    -moz-transition:width .35s;
    -moz-transition-timing-function:linear;
    /* Safari and Chrome */
    -webkit-transition:width .35s;
    -webkit-transition-timing-function:linear;
    /* Opera */
    -o-transition:width .35s;
    -o-transition-timing-function:linear;
}
.more1:hover {
    margin-left: 45px;
    padding:0 15px;
    text-align: center;
    color: #a6956a;
}
a.more1:hover{
    color: #a6956a;
}
.more1:hover:before {
    left:0;
    width: 100%;
}
#c-banner1 .swiper-slide .banner_text .img1{
    padding:170px 95px 0 0;  
    width: 48%;  
    position: relative;
    z-index: 999;
    transition: 1.3s 0.2s;
    transform: translateX(100%);
    opacity: 0;
}
#c-banner1 .swiper-slide.swiper-slide-active .img1 {
    transform: translateX(0%);
    opacity: 1;
}
#c-banner1 .swiper-slide,#c-banner1 .swiper-slide1{
    background:url(../images/bg0.png) no-repeat center;
/*    background-size: cover;*/
}
#c-banner1 .swiper-button-prev{
    width: 97px;
    height: 97px;
    background:url(../images/left1.png) no-repeat center #a6956a;
    left:0;
    margin-top:-48.5px;
}  
#c-banner1 .swiper-button-next{
    width: 97px;
    height: 97px;
    background:url(../images/right1.png) no-repeat center #a6956a;
    margin-top:-48.5px;
    right:0;
}
#c-banner1 .swiper-pagination{
    bottom:60px;
}
.c-banner1 .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}
#c-banner1 .swiper-pagination-bullet{
    opacity: 1;
    margin:0 15px;
}
.loading.swiper-pagination-bullet-active {
    border-color: #e6e6e6;
}
.loading .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #e6e6e6;
    border-radius: 50%;
    left: 11px;
    top: 11px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #a6956a;
}
.loading .yqs{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #e6e6e6;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}
.loading .left,
.loading .right {
    opacity: 0;
    width: 19px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    left: -4px;
    top: -4px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 4px solid #a6956a;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 4px solid #a6956a;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media(max-width: 1600px){
    #c-banner1 .swiper-button-prev,#c-banner1 .swiper-button-next{
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background-size: 15px;
    }
    .banner_text .text{
        padding-left:145px;
    }
    .banner_text .text img{
        max-width: 550px;
    }
    .banner_text p {
        font-size: 24px;
        padding: 10px 0 70px;
    }
    #c-banner1 .swiper-pagination{
        bottom:20px;
    }
}
@media(max-width: 1259px){
    .banner_text .text{
        padding-left: 10%;
    }
    .banner_text .text img{
        max-width: 300px;
    }
    .banner_text p {
        font-size: 20px;
        padding: 10px 0 40px;
    }
    #c-banner1 .swiper-pagination{
        bottom:10px;
        display: none;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    #c-banner1 .swiper-slide .banner_text .img1{
        padding:100px 70px 0 0;
    }
    .banner_text .text img {
        max-width: 200px;
    }
    .banner_text p {
        font-size: 18px;
        padding: 10px 0 20px;
    }
}
@media(max-width: 640px){
    .banner_text {
        transform: translateX(0%);
        width: 100%;
    }
    #c-banner1 .swiper-button-prev, #c-banner1 .swiper-button-next{
        display: none;
    }
    .banner_text .text {
        width: 100%;
        display: block;
        padding: 90px 3% 0;
    }
    #c-banner1 .swiper-slide .banner_text .img1{
        padding:30px 10% 0;
        width: 100%;
    }
}



.index_product{
    max-width: 1600px;
    width: 90%;
    margin:0 auto;
    padding:90px 0;
}
.index_product h2{
    font-size:60px;
    color: #141414;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom:55px;
}
.index_product ul{
    display: flex;
    flex-wrap: wrap;
}
.index_product ul li{
    width: 18.4%;
    margin-right: 2%;
    border-radius: 25px;

    position: relative;
    overflow:hidden;
}
.index_product ul li:nth-child(5){
    margin-right: 0;
}
.index_product ul li:nth-child(6),.index_product ul li:nth-child(7){
    display: none;
}
.index_product ul li a.img{
    display: block;
    text-align: center;
    padding:35px 20px;
}
.index_product ul li h3 a{
    display: block;
    font-size:20px;
    color: #1a1a1a;
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
}
.index_product ul li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 6px;
    background:#a6956a;
    opacity: 0;
/*    border-radius: 0 0 25px 25px;*/
}
.index_product ul li:hover{
    box-shadow: 0 0 10px #ccc;
}
.index_product ul li:hover:before{
    opacity: 1
}
.index_product a.more1{
    max-width: 150px;
    margin:60px auto 0;
    display: block;

}
@media(max-width: 1600px){
    .index_product{
        padding:60px 0;
    }
    .index_product h2{
        font-size:42px;
        margin-bottom: 40px;
    }
    .index_product ul li a.img {
        padding: 25px 15px;
    }
    .index_product ul li h3 a{
        font-size:16px;
    }
}
@media(max-width: 1259px){
    .index_product{
        width: 92%;
    }
    .index_product h2{
        font-size:32px;
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px){
    .index_product ul li h3 a{
        font-size:15px;
    }
}
@media(max-width: 768px){
    .index_product{
        padding:50px 0;
    }
    .index_product h2{
        font-size:26px;
    }
    .index_product ul li {
        width: 32%;
    }
    .index_product ul li:nth-child(3n) {
        margin-right: 0;
    }
    .index_product ul li a.img {
        padding: 15px 12px;
    }
    .index_product a.more1{
        margin:30px auto 0;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:30px 0;
    }
    .index_product h2{
        font-size:20px;
        margin-bottom: 20px;
    }
    .index_product ul li h3 a{
        padding-bottom: 15px;
    }
}



.index_about{
    background: url(../images/1.gif) no-repeat center;
    background-size:cover;
    padding:85px 0;
    position: relative;
}
.index_about:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:7;
}
.index_about:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden;
    z-index: 8;
}
.index_about .container{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index:9;
}
.index_about .container .text{
    width: 50%;
    position: relative;
}
.index_about .container .text h2{
    text-transform: uppercase;
    font-size:26px;
}
.index_about .container .text span{
    display: block;
    font-size:80px;
    line-height: 1.2;
}
.index_about .container .text ul{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    padding-right: 70px;
}
.index_about .container .text ul li{
    width: 30%;
    margin-right: 5%;
}
.index_about .container .text ul li:last-child{
    margin-right: 0;
}
.index_about .container .text ul li p,.index_about .container .text ul li p span{
    font-size:40px;  
    /*display: block;  */
}
.index_about .container .text ul li p span{
    display: inline-block;
}
.index_about .container .text ul li .line1{
    width: 100%;
    height: 2px;
    background:#a6956a;
    margin:10px 0;
    max-width: 130px;
}
.index_about .container .text ul li font{
    font-size:14px;
    opacity: .6;
    display: block;
    font-weight: 500;
}
.index_about .container .txt{
    width: 50%;
    padding:80px 0 65px 17%;
}
.index_about .container .txt .img1{
    margin-bottom:30px;
}
.index_about .container .txt p{
    font-size:14px;
    opacity: .6;
}
.index_about .container .txt ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.index_about .container .txt ul li{
    width: 33.3333%;
    display: table;
}
.index_about .container .txt ul li .img2{
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}
.index_about .container .txt a{
    color: #fff;
    margin-top:125px;
    font-size:12px;
    margin-left: 42px;
}
@media(max-width: 1600px){
    .index_about .container .text span{
        font-size:56px;
    }
    .index_about .container .txt {
        padding: 80px 0 65px 12%;
    }
}
@media(max-width: 1259px){
    .index_about .container .text h2{
        font-size:20px;
    }
    .index_about .container .text span{
        font-size:42px;
    }
    .index_about .container .text ul{
        padding-right: 50px;
    }
    .index_about .container .text ul li {
        width: 32%;
        margin-right: 2%;
    }
    .index_about .container .text ul li p,.index_about .container .text ul li p span{
        font-size:32px;
    }
    .index_about .container .text ul li .line1 {
        margin: 6px 0;
    }
    .index_about .container .text ul li font{
        font-size:13px;
    }
    .index_about .container .txt{
        padding: 60px 0 30px 10%;
    }
    .index_about .container .txt a{
        margin-top:80px;
    }
}
@media(max-width: 1024px){
    .index_about{
        padding:60px 0;
    }
    .index_about .container .text ul {
        padding-right: 10px;
    }
}
@media(max-width: 768px){
    .index_about .container .text {
        width: 100%;
    }
    .index_about .container .text ul{
        position: relative;
        left:0;
        margin-top:20px;
        padding-right: 0;
    }
    .index_about .container .txt{
        width: 100%;
        padding: 0;
        margin-top:30px;
    }
    .index_about:after{
        display: none;
    }
    .index_about .container .txt .img1 {
        margin-bottom: 20px;
    }
    .index_about .container .txt .img1 img{
        max-width: 200px;
    }
    .index_about .container .txt a {
        margin-top: 50px;
    }
    .index_about .container .text ul li p,.index_about .container .text ul li p span{
        font-size:26px;
    }
}
@media(max-width: 640px){
    .index_about .container .text ul li{
        width: 30%;
        margin-right: 0;
    }
    .index_about .container .text ul li:nth-child(1){
        width: 31%;
    }
    .index_about .container .text ul li:nth-child(2){
        width: 39%;
    }
    .index_about .container .text ul li p,.index_about .container .text ul li p span{
        font-size:20px;
    }
    .index_about .container .text ul li .line1 {
        margin: 6px 0 3px;

        max-width: 60px;
    }
    .index_about .container .text ul li font{
        font-size:12px;
    }
    .index_about .container .txt ul{
        margin-top:30px;
    }
    .index_about .container .txt a {
        margin-top: 30px;
    }
}
@media(max-width: 460px){
/*    .index_about .container .text ul li{
        width: 100%;
    }*/
}


.index_product2{

}
.index_product2_l{
    font-size:40px;
    color: #000000;
    width: 48.5%;
    float: left;
    padding-right: 30px;
}
.index_product2_l_t{
    padding:155px 0 45px;
}
.index_product2_l_t h2{
    text-align: center;
    font-size:40px;
    color: #000000;
    transition: uppercase;
    text-transform: uppercase;
}
.index_product2_l_t .img1{
    text-align: right;
    right: -175px;
    position: relative;
    z-index:9;
}
.index_product2_l_b{
    position: relative;
}
.index_product2 .img:hover img{
    transform: scale(1.05);
}
h3.ht1{
    font-size: 32px;
    color: #fff;
    background:url(../images/bg2.png) no-repeat left center;
    line-height: 82px;
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    padding:0 30px;
    text-transform: uppercase;
}
.index_product2_r{
    width: 51.5%;
    float: right;
}
.index_product2_r ul{
    display: flex;
    flex-wrap: wrap;
}
.index_product2_r ul li{
    width: 48.5%;
    position: relative;
}
.index_product2_r ul li:nth-child(1){
    margin-right: 3%;
}
.index_product2_r ul li:last-child{
    width: 100%;
    margin-top:30px;
}


@media(max-width: 1600px){
    .index_product2_l_t {
        padding: 100px 0 45px;
    }
    .index_product2_l_t h2{
        font-size:32px;
    }
    .index_product2_l_t .img1{
        max-width: 600px;
        right:-150px;
    }
    h3.ht1{
        font-size:20px;
        line-height: 60px;
        padding:0 25px;
    }
}
@media(max-width: 1259px){
    .index_product2_l_t {
        padding: 70px 0 30px;
    }
    .index_product2_l_t h2{
        font-size:26px;
    }
    .index_product2_l_t .img1 {
        max-width: 400px;
        right: -150px;
    }
}
@media(max-width: 1024px){
    .index_product2_l_t {
        padding: 50px 0 30px;
    }
    .index_product2_l_t .img1 {
        right: -180px;
    }
    h3.ht1 {
        font-size: 18px;
        line-height: 50px;
        padding: 0 20px;
    }
}
@media(max-width: 768px){
    h3.ht1 {
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
    }
    .index_product2_l{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .index_product2_l_t .img1 {
        right: 00px;
        text-align: center;
        margin:0 auto;
    }
    .index_product2_r{
        width: 100%;
    }
}
@media(max-width: 640px){
    .index_product2_l_t {
        padding: 30px 0 10px;
    }
    .index_product2_l_t h2 {
        font-size: 20px;
    }
    .index_product2_l_t .img1{
        padding:0 20%;
        line-height: 1.6;
    }
    h3.ht1{
        font-size:15px;
        padding:0 12px;
    }
}


.index_contact{
    margin:15px 0 10px;
    position: relative;
    background:url(../images/bg3.jpg) no-repeat center;
}
.index_contact_cont{
    position: relative;
}
.index_contact_cont:before{
    content: '';
    position: absolute;
    top: -160px;
    left: 0;
    background: url(../images/img1.png) no-repeat left center;
    width: 512px;
    height: 821px;
}
.index_contact .container{
    margin:160px auto 160px;
    padding:80px 0 36px 25%;
}
.index_contact_t{
    margin-bottom:40px;
}
.index_contact_t h3{
    font-size:50px;
    color: #333333;
    margin-bottom:10px;
    text-transform: uppercase;
    line-height: 1;
}
.index_contact_t p{
    font-size:14px;
    color: #808080;
    max-width: 770px;
    line-height: 1.8;
}
.index_contact_c{
    
}
.index_contact_c_l{
    width: 40%;
    float: left;
}
.index_contact_c_l p{
    font-size:17px;
    color: #4c4c4c;
    line-height: 1.6;
    margin-bottom:20px;
    font-weight: bold;
    padding:5px 0 5px 40px;
    max-width: 350px;
}
.index_contact_c_l p:nth-child(1){
    background:url(../images/c_icon1.png) no-repeat left 8px;
}
.index_contact_c_l p:nth-child(2){
    background:url(../images/c_icon2.png) no-repeat left 12px;
}
.index_contact_c_l p:nth-child(3){
    background:url(../images/c_icon3.png) no-repeat 3px 8px;
}
.index_contact_c_r{
    width: 60%;
    float: right;
    padding-left: 100px;
}
.index_contact_c_r ul{
    display: flex;
    flex-wrap: wrap;
}
.index_contact_c_r ul li{
    width: 47%;
    margin-bottom:30px;
}
.index_contact_c_r ul li:nth-child(1){
    margin-right: 6%;
}
.index_contact_c_r ul li:last-child{
    width: 100%;
    height: 92px;
}
.index_contact_c_r ul li input{
    line-height: 40px;
    border:1px solid #4d4d4d;
    border-radius: 8px;
    background:none;
    color: #999999;
    padding:0 15px;
    font-size:16px;
    width: 100%;
    outline: none;
}
.index_contact_c_r ul li textarea{
    line-height: 40px;
    height: 92px;
    border:1px solid #4d4d4d;
    border-radius: 8px;
    background:none;
    color: #999999;
    padding:6px 15px;
    font-size:16px;  
    width: 100%;  
    outline: none;
}
.mess_btn input{
    display: block;
    border:none;
    outline: none;
    font-size:14px;
    color: #fff;
    background:#000000;
    text-align: center;
    width: 165px;
    line-height: 40px;
    border-radius: 5px;
    font-weight: bold;
    margin:0 auto;
    text-transform: uppercase;
}


@media(max-width: 1600px){
    .index_contact .container{
        padding:80px 0 36px 400px;
    }
    .index_contact_cont:before{
        top: -47px;
        width: 400px;
        height: 644px; 
        background-size: contain;       
    }
    .index_contact_t h3{
        font-size:36px;
    }
    .index_contact_c_l p{
        font-size:15px;
        padding:3px 0 3px 35px;
    }
    .index_contact_c_r{
        padding-left: 30px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .index_contact .container {
        padding: 60px 0 36px 300px;
        margin: 100px auto 100px;
    }
    .index_contact_t {
        margin-bottom: 20px;
    }
    .index_contact_cont:before {
        top: -25px;
        width: 300px;
        height: 481px;
        background-size: contain;
    }
    .index_contact_t h3{
        font-size:26px;
    }
    .index_contact_c_l p {
        font-size: 14px;
        padding: 0px 0 0px 32px;
        margin-bottom: 10px;
    }
    .index_contact_c_l p:nth-child(1) {
        background: url(../images/c_icon1.png) no-repeat left center;
    }
    .index_contact_c_l p:nth-child(2) {
        background: url(../images/c_icon2.png) no-repeat left center;
    }
    .index_contact_c_r ul li{
        margin-bottom: 20px;
    }
    .message ul li input, .message ul li textarea{
        line-height: 40px;
    }
    .mess_btn input{
        width: 120px;
    }
}
@media(max-width: 768px){
    .index_contact{
        background-size: cover;
    }
.index_contact_cont:before{
    display: none;
}
.index_contact .container {
    padding: 30px 0 ;
    margin: 0px auto;
}
    .index_contact_t {
        margin-bottom: 20px;
    }
    .index_contact_t h3{
        font-size:20px;
    }
/*    .index_contact_c_l{
        width: 100%;
    }*/
    .index_contact_c_r {
        padding-left: 20px;
/*        width: 100%;*/
    }
    .message ul li{
        width: 100%;
        margin-right: 0!important;
    }
    .index_contact_c_r ul li{
        margin-bottom: 12px;
    }


}
@media(max-width: 640px){

    .index_contact_t h3{
        font-size:16px;
    }
    .index_contact_c_l{
        width: 100%;
    }
    .index_contact_c_r {
        padding-left: 0px;
        width: 100%;
        margin-top:20px;
    }
    .message ul li input, .message ul li textarea {
        line-height: 36px;
    }

}



.index_news{
    padding-bottom: 110px;
}
.index_news h2{
    font-size:60px;
    color: #141414;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:60px;
}
.index_news .container{
    max-width: 1640px;
}
.new_list1{
    display: flex;
    flex-wrap: wrap;
}
.new_list1 li{
    width: 32%;
    margin-right: 2%;
}
.new_list1 li:nth-child(3n){
    margin-right: 0;
}
.new_list1 li a{
    display: block;
}
.new_list1 li a .img img{
    width: 100%;
}
.new_list1 li a .text{
    padding:30px 15px 0;
}
.new_list1 li a .date{
    font-size:16px;
    color: #999999;
    font-weight: bold;
}
.new_list1 li a h3{
    font-size: 24px;
    color: #141414;
    font-weight: normal;
    line-height: 1.4em;
    height: 2.8em;
    margin:10px 0 30px;
    text-transform: uppercase;
    overflow:hidden;
}
.new_list1 li a .more1{
    font-size:12px;
    color: #141414;
    margin-left: 42px;
}
.new_list1 li:hover a .img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .index_news h2{
        font-size:42px;
        margin-bottom: 30px;
    }
    .new_list1 li a .text {
        padding: 20px 12px 0;
    }
    .new_list1 li a h3{
        font-size:18px;
    }
}
@media(max-width: 1259px){
    .index_news {
        padding-bottom: 80px;
    }
    .index_news h2 {
        font-size: 32px;
    }
}
@media(max-width: 1024px){
    .index_news h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media(max-width: 768px){
    .index_news {
        padding-bottom: 50px;
    }
    .index_news h2 {
        font-size: 24px;
    }
}
@media(max-width: 640px){
    .index_news {
        padding-bottom: 30px;
    }
    .index_news h2 {
        font-size: 20px;
    }
    .new_list1 li a h3 {
        font-size: 16px;
        margin: 10px 0 15px;
    }
}
@media(max-width: 460px){
    .new_list1 li{
        width: 100%;
        margin-bottom: 15px;
    }
}


#footer{
    background:#333333;
}
#footer a:hover{
    color: #fff;
    text-decoration: underline;
}
.f_logo{
    padding:70px 0 60px;
    text-align: center;
    border-bottom: 1px solid #4d4d4d;
}
.foot{
    padding:50px 0 60px;
    color: #fff;
}
.f_contact{
    width: 35.7%;
    float: left;
}
.f_contact h2{
    font-size:30px;
    margin-bottom:10px;
    text-transform: uppercase;
}
.f_contact p{
    padding-left: 42px;
    font-size:15px;
    max-width: 300px;
    line-height: 1.6;
    position: relative;
    margin:15px 0 0;
}
.f_contact .txt p:nth-child(1){
    background:url(../images/f_c_icon1.png) no-repeat 0 0;
}
.f_contact .txt p:nth-child(2){
    background:url(../images/f_c_icon2.png) no-repeat 0 0;
}
.f_contact .txt p:nth-child(3){
    background:url(../images/f_c_icon3.png) no-repeat 0 0;
}
.f_nav{
    width: calc(64.3% - 194px);
    float: left;
}
.f_nav h2{
    font-size:30px;
    margin-bottom:10px;
    text-transform: uppercase;
}
.f_nav_c{
    
}
.f_nav_c a{
    font-size:16px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-indent:8px;
    margin-bottom:10px;
    text-transform: uppercase;
}
.f_nav_l{
    float: left;
    min-width: 168px;
}
.f_nav_r{
    max-width: 180px;
    float: left;
}
.f_share{
    width: 194px;
    float: right;
    padding-top:20px;
}
.f_share a{
    display: inline-block;
    width: 22px;
    height: 22px;
    background:url(../images/f_share.png) no-repeat 0 0;
    margin-right: 20px;
}
.f_share a:nth-child(2){
    background:url(../images/f_share.png) no-repeat -46px 0;
}
.f_share a:nth-child(3){
    background:url(../images/f_share.png) no-repeat -93px 0;
}
.f_share a:nth-child(4){
    width: 55px;
    margin-right: 0;
    background:url(../images/f_share.png) no-repeat -138px 0;
}
.copyright{
    padding:10px 0;
    border-top: 1px solid #4d4d4d;
    font-size:12px;
    color: #cccccc;
    text-align:center;
}
.copyright a{
    font-size:12px;
    color: #cccccc;  

}
@media(max-width: 1600px){
    .f_logo {
        padding: 50px 0 40px;
    }
    .f_contact h2{
        font-size:24px;
    }
    .f_contact p{
        margin:10px 0 0;
        padding-left: 36px;
    }
    .f_nav h2{
        font-size:24px;
    }
    .f_nav_c a {
        font-size: 15px;
        text-indent: 5px;
    }

}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .f_logo {
        padding: 50px 0 30px;
    }
    .f_contact p{
        margin:5px 0 0;
        padding-left: 32px;
    }
    .f_nav h2{
        font-size:20px;
    }
    .f_nav_c a {
        font-size: 14px;
        text-indent: 0px;
        margin-bottom: 5px;
    }
}
@media(max-width: 768px){
    .foot{
        padding:20px 0 20px;
    }
    .f_nav_l {
        float: left;
        min-width: 100%;
        width: 100%;
    }
    .f_contact h2{
        font-size:20px;
    }

}
@media(max-width: 640px){
    .f_contact{
        width: 100%;
    }
    .f_contact h2{
        font-size:17px;
    }
    .f_contact p{
        max-width: 100%;
    }
    .f_nav{
        width: 100%;
        display: none;
    }
    .f_share{
        width: 100%;
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.banner_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;    
}
.banner_text2 .container{
    text-transform: uppercase;
    color: #fff;
    font-size:60px;
}
.head2{
    position: relative;
    top:0;
    padding:40px 0;
}
#container{
    max-width: 1650px;
    margin:0 auto;
    width: 90%;
    padding:100px 0 125px;
}
#container .left {
    width: 21.8%;
    float: left;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 0 0 25px 25px;
}
.left h3{
    font-size:32px;
    color: #fff;
    line-height: 1.6;
    padding:35px 25px;
    background:#333333;
    text-align: center;
    text-transform: uppercase;
    border-radius: 25px 25px 0 0;
}
.sort{
    padding:60px 0 80px;
}
.sort li{
    padding: 0 45px;
    margin-bottom: 10px;
}
.sort li a{
    display: block;
    padding:5px 35px;
    line-height: 1.6;
    font-size: 22px;
    color: #1a1a1a;
    text-transform: uppercase;
}
.sort li a:hover,.sort li.on a{
    color: #fff;
    background:#a6956a;
}
#container .right{
    width: 74%;
    float: right;    
}
.sitemp{
    margin-top:60px;
}
.site{
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    font-size:16px;
    color: #4d5a62;
}
.site a{
    line-height: 35px;
    font-size:16px;
    color: #4d5a62;
}
.site a:hover,.site a:last-child,.site span.cc{
    color: #a6956a;
}
@media(max-width: 1600px){
    .banner_text2 .container{
        font-size:42px;
    }
    .left h3{
        font-size:24px;
        padding: 20px 15px;
    }
    .sort {
        padding: 30px 0;
    }
    .sort li{
        padding:0 15px;
    }
    .sort li a {
        padding: 5px 20px;
        font-size: 16px;
    }
    .sitemp {
        margin-top: 30px;
    }
    .site{
        font-size:14px;
    }
    .site a{
        font-size:14px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .banner_text2 .container{
        font-size:32px;
    }
    .left h3{
        font-size:20px;
        padding: 15px 12px;
    }
    .sort {
        padding: 20px 0;
    }
    .sort li{
        padding:0 12px;
    }
    .sort li a {
        padding: 3px 15px;
        font-size: 15px;
    }
}
@media(max-width: 768px){
    .banner_text2 .container{
        font-size:26px;
    }
    .left h3{
        font-size:16px;
        padding: 12px 10px;
    }
    .sort {
        padding: 15px 0;
    }
    .sort li{
        padding:0 10px;
        margin-bottom: 5px;
    }
    .sort li a {
        padding: 3px 12px;
        font-size: 14px;
    }
    .sitemp {
        margin-top: 15px;
    }
}
@media(max-width: 640px){
    .banner_text2 .container{
        font-size:22px;
    }
    .head2{
        padding:10px 0;
    }
    .head2 .logo{
        margin-top:0;
    }
    #container .right{
        float: none;
        width: 100%;
    }
    #container .left{
        float: none;
        width: 100%;
        margin-top:20px;
    }
    .sitemp {
        margin-top: 0px;
    }
}



.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    padding:45px 25px 22px;
    border-radius: 15px;
    position: relative;
    overflow:hidden;
}
.product_list li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #a6956a;
    opacity: 0;
    /* border-radius: 0 0 25px 25px; */
}
.product_list li a .img{
    line-height: 200px;
    overflow:hidden;
}
.product_list li a .text{
    
}

.product_list li a .text h3{
    font-size:20px;
    color: #333333;
    border-bottom: 1px solid #666;
    text-align: center;
    padding:15px 0 0px;
    margin-bottom: 8px;
}
.product_list li a .text .txt{
    
}
.product_list li a .text .txt .p1{
    padding-left: 40px;
    background:url(../images/p_i1.png) no-repeat left center;
    line-height: 36px;
    font-size:16px;
    color: #333;
}
.product_list li a .text .txt .p2{
    padding-left: 40px;
    background:url(../images/p_i2.png) no-repeat left center;
    line-height: 36px;
    display: flex;
    flex-wrap: wrap;
}
.product_list li a .text .txt .p2 p{
    margin-right: 12px;
}
.product_list li a .text .txt .p2 p img{
    max-width: 26px;
}
.product_list li a .text .txt .p2 p:last-child{
    margin-right: 0;
}
.product_list li a:hover{
    box-shadow: 0 0 10px #ccc;
}
.product_list li a:hover:before{
    opacity: 1;
}


.product_bottom{
    display: flex;
    flex-wrap: wrap;
    padding-top:100px;
}
.product_bottom li{
    width: 48%;
    margin-right: 4%;
}
.product_bottom li:nth-child(2n){
    margin-right: 0;
}
.product_bottom li a{
    display: block;
    position: relative;
}
.product_bottom li a h3.ht1{
    font-size:26px;
    line-height: 70px;
}
.product_bottom li a:hover .img img{
    transform: scale(1.1);
}


.product_list2{
    display: flex;
    flex-wrap: wrap;
}
.product_list2 li{
    width: 23.5%;
    margin-right: 2%;
    border-radius: 15px;
    position: relative;
    overflow:hidden;
    margin-bottom: 45px;
    box-shadow: 0 0 10px #ccc;
}
.product_list2 li:nth-child(4n){
    margin-right: 0;
}
.product_list2 li a{
    display: block;
    text-align: center;
    padding:40px 20px 15px;
}
.product_list2 li h3{
    display: block;
    font-size:20px;
    color: #1a1a1a;
    text-align: center;
    width: 100%;
    padding-top: 50px;
}
.product_list2 li:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 6px;
    background:#a6956a;
    opacity: 0;
/*    border-radius: 0 0 25px 25px;*/
}
.product_list2 li:hover:before{
    opacity: 1
}
.product_list3{
    display: flex;
    flex-wrap: wrap;
}
.product_list3 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.product_list3 li:nth-child(4n){
    margin-right: 0;
}
.product_detail{
    padding:55px 0 85px;
    max-width: 1125px;
}
.pd1{
    
}
.pd_left{
    width: 50%;
    float: left;
    /*padding-top:30px;*/
}
.pd_tab1{
    display: none;
}
.pd_tab1_img{
    display: none;
}
.p_tab1li{

}
.p_tabli{
    display: flex;
    justify-content: center;
}
.p_tabli li{
    max-width: 112px;
    border:2px solid #cccccc;
    text-align: center;
    padding:11px;
    margin-right: 12px;
}
.p_tabli li:last-child{
    margin-right: 0;
}
.p_tabli li.cur{
    border-color: #a6956a;
}

.p_tab_img{
    text-align: center;
    margin-bottom: 45px;
    display: none;
}
.p_tab_img img{
    max-width: 540px;
}

.pd_right{
    width: 45%;
    float: right;
}
.pd_right h1{
    font-size:60px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 25px;
}
.pd_right .text{
    padding-bottom: 26px;
    border-bottom: 2px solid #a6956a;
    margin-bottom: 60px;
}
.pd_right .text h3{
    font-size:30px;
    color: #808080;
}
.pd_right .text p{
    font-size:16px;
    color: #808080;
}
.pd_tabli{
    display: flex;
    margin:0 0 22px;
}
.pd_tabli span{
    font-size:18px;
    color: #333333;
    font-weight: bold;
    margin-right: 40px;
    line-height: 48px;
}
.pd1_tabli{
    display: flex;
}
.pd1_tabli p{
    margin-right: 20px;
    border:4px solid #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}
.pd1_tabli p.cur{
    border-color: #a6956a;
}
.pd1_tabli p:last-child{
    margin-right: 0;
}
.pd1_tabli img{
    display: inline-block;
}
.pd_weight{
    font-size:22px;
    color: #a6956a;
    display: flex;
}
.pd_weight span{
    font-size:18px;
    color: #333333;
    font-weight: bold;
    margin-right: 25px;
}
a.pd_more{
    display: block;
    width: 100%;
    height: 112px;
    line-height: 112px;
    background:#333333;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top:60px;
}
a.pd_more img{
    margin-right: 30px;
}
.pd2{
    margin-top:50px;
}
.pd2 h2{
    font-size:26px;
    color: #808080;
    margin-bottom: 20px;
}
.pd2_img{
    display: flex;
    flex-wrap: wrap;
}
.pd2_img p{
    width: 23.5%;
    margin-right:2%;
}
.pd2_img p:nth-child(4n){
    margin-right: 0;
}
@media(max-width: 1600px){
    .product_list li a {
        padding: 25px 15px 22px;
    }
    .product_list li a .img{
        line-height: 160px;
    }
    .product_list li a .img img{
        max-height: 160px;
    }
    .product_list li a .text h3{
        font-size:18px;
    }
    .product_bottom{
        padding-top:60px;
    }
    .product_bottom li a h3.ht1 {
        font-size: 20px;
        line-height: 60px;
    }
    .product_detail {
        padding: 55px 0;
    }
    .pd_right h1{
        font-size:42px;
        margin-bottom: 5px;
    }
    .pd_right .text {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .pd_right .text h3{
        font-size:24px;
    }
    .pd_right .text p{
        font-size:14px;
    }
    .pd_tabli span,.pd_weight,.pd_weight span{
        font-size:16px;
    }
}
@media(max-width: 1259px){
    #container{
        width: 94%;
        padding: 60px 0;
    }
}
@media(max-width: 1024px){
    .product_list li{
        width: 32%;
        margin-right: 2%;
    }
    .product_list li:nth-child(4n){
        margin-right: 2%;
    }
    .product_list li:nth-child(3n){
        margin-right: 0%;
    }
    .product_bottom {
        padding-top: 40px;
    }
    .product_bottom li a h3.ht1 {
        font-size: 18px;
        line-height: 50px;
        padding: 0 20px;
    }
    .pd_right h1{
        font-size:32px;
        margin-bottom: 0px;
    }
    .pd_right .text {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .pd_right .text h3{
        font-size:20px;
    }
    .pd_tabli span,.pd_weight,.pd_weight span{
        font-size:15px;
    }
    .pd1_tabli p {
        margin-right: 15px;
        width: 30px;
        height: 30px;
        line-height: 20px;
    }
    .pd_tabli span{
        line-height: 30px;
    }
    a.pd_more {
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        margin-top: 40px;
    }
}
@media(max-width: 768px){
    #container{
        padding: 40px 0;
    }
    .product_list li{
        width: 49%;
        margin-right: 2%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0%;
    }
    .product_list li a {
        padding: 15px 12px;
    }
    .product_bottom li a h3.ht1 {
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
    }
    .product_detail {
        padding: 30px 0;
    }
    .pd_left{
        width: 100%;
        padding-top:0;
    }
    .pd_right{
        width: 100%;
        margin-top:15px;
    }
    .pd_right h1{
        font-size:26px;
    }
    .pd_right .text h3{
        font-size:16px;
    }
    .p_tab_img{
        margin-bottom: 25px;
    }
    .p_tab_img img{
        max-width: 400px;
    }

    .p_tabli li{
        max-width: 80px;
    }
    a.pd_more {
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        margin-top: 30px;
    }
    .pd2 {
        margin-top: 30px;
    }
    .pd2 h2{
        font-size:24px;
    }
    .pd2_img p{
        width: 49%;
        margin-bottom: 10px;
    }
    .pd2_img p:nth-child(4n) {
        margin-right: 2%;
    }
    .pd2_img p:nth-child(2n) {
        margin-right: 0;
    }
    .pd_tabli {
        margin: 0 0 10px;
    }
}
@media(max-width: 640px){
    #container{
        padding: 30px 0;
    }
    .product_list li a {
        padding: 10px 10px;
    }
    .product_list li a .text h3 {
        font-size: 16px;
        padding: 5px 0 0px;
        margin-bottom: 5px;
    }
    .product_list li a .text .txt .p1{
        font-size:14px;
        padding-left: 36px;
    }
    .product_list li a .text .txt .p2{
        padding-left: 36px;
    }
    .product_bottom {
        padding-top: 30px;
    }

    .product_bottom li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .product_bottom li a h3.ht1 {
        font-size: 15px;
        padding: 0 12px;
    }
    .pd_right h1{
        font-size:20px;
    }
    .p_tab_img img{
        max-width: 200px;
    }
    .pd2 h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}



#about1{
    padding:90px 0 75px;
}
#about1 h2{
    font-size:36px;
    color: #333;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#about1 p{
    font-size:16px;
    color: #808080;
}
#about2{
    background: url(../images/1.gif) no-repeat center;
    background-size: cover;
    padding:100px 0;
    position: relative;
    color: #fff;
}
#about2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 7;
}
#about2 .container{
    position: relative;
    z-index:9;
}
#about2 h2{
    font-size:26px;
    color: #ffffff;
    text-transform: uppercase;
}
#about2 h2 span{
    font-size:80px;
    display: block;
    line-height: 1.2;

}
#about2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
/*    position: absolute;
    right:0;
    bottom:100px;*/
    width: 100%;
    margin-top:260px;
}
#about2 ul li{
/*    width: 30%;
    margin-right: 5%;*/
    max-width: 145px;
    margin-right: 45px;
}
#about2 ul li:last-child{
    margin-right: 0;
}
#about2 ul li p{
    font-size:40px;  
    display: block;  
    line-height: 1.2;
}
#about2 ul li .line1{
    width: 100%;
    height: 2px;
    background:#a6956a;
    margin:10px 0;
    max-width: 130px;
}
#about2 ul li font{
    font-size:14px;
    opacity: .6;
    display: block;
    font-weight: 500;
}
#about3{
    padding:105px 0 115px;
}
#about3 .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
#about3 .container .img{
    width: 52%;
}
#about3 .container .text{
    width: 48%;
    padding-right: 140px;
}
.ab_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.ab_txt h3{
    font-size:36px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.ab_txt p{
    font-size:16px;
    color: #808080;
}
#about4{
    padding:0px 0 150px;
}
#about4 .container{
    display: flex;
    flex-wrap: wrap;
}
#about4 .container .img{
    width: 52%;
}
#about4 .container .text{
    width: 48%;
    padding-left: 120px;
}

@media(max-width: 1600px){
    #about1,#about2,#about3 {
        padding: 75px 0;
    }
    #about1 h2{
        font-size:32px;
    }
    #about1 p{
        font-size:15px;
    }
    #about2 h2{
        font-size:20px;
    }
    #about2 h2 span{
        font-size:52px;
    }
    #about2 ul{
        margin-top:200px;
    }
    #about2 ul li p{
        font-size:32px;
    }
    #about3 .container .text{
        padding-right: 60px;
    }
    .ab_txt h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .ab_txt p{
        font-size:15px;
    }
    #about4 .container .text{
        padding-left: 60px;
    }
    #about4 {
        padding: 0px 0 75px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .ab_txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    #about1 p,.ab_txt p{
        font-size:14px;
    }
    #about1 h2{
        font-size:26px;
    }
    #about2 h2 span{
        font-size:32px;
    }
    #about2 ul {
        margin-top: 100px;
    }
    #about2 ul li{
        margin-right: 25px;
    }
    #about2 ul li p{
        font-size:26px;
    }
    #about2 ul li .line1 {
        margin: 5px 0;
        max-width: 100px;
    }
}
@media(max-width: 768px){
    #about1,#about2,#about3 {
        padding: 50px 0;
    }
    #about3 .container{
        flex-direction: row;
    }
    #about3 .container .img{
        width: 100%;
    }
    #about3 .container .text{
        width: 100%;
        padding:15px 0 0;
    }
    #about4 {
        padding: 0px 0 50px;
    }
    #about4 .container .img{
        width: 100%;
    }
    #about4 .container .text{
        width: 100%;
        padding:15px 0 0;
    }
    #about1 h2{
        font-size:20px;
    }
    #about2 h2{
        font-size:16px;
    }
    #about2 h2 span{
        font-size:26px;
    }
    #about2 ul {
        margin-top: 50px;
        justify-content: flex-start;
    }
    #about2 ul li{
        margin-right: 15px;
    }
    #about2 ul li p {
        font-size: 24px;
    }
    #about2 ul li font{
        font-size:13px;
    }
}
@media(max-width: 640px){
    #about1,#about2,#about3 {
        padding: 30px 0;
    }
    #about1 h2{
        font-size:16px;
        margin-bottom: 5px;
    }
    .ab_txt h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    #about2 h2 span{
        font-size:24px;
    }
    #about2 ul {
        margin-top: 30px;
    }
    #about2 ul li{
        margin-right: 10px;
    }
    #about2 ul li font{
        font-size:12px;
    }
    #about2 ul li p {
        font-size: 20px;
    }
    #about2 ul li .line1 {
        margin: 3px 0;
        max-width: 70px;
    }
    #about4 {
        padding: 0px 0 30px;
    }
}



.news_list{
    display: flex;
    flex-wrap: wrap;  
    max-width: 1640px;  
}
.news_list li{
    margin-bottom: 75px;
}
.news_list li:nth-child(4n){
    margin-right: 0;
}
.news_detail{
    padding:45px 0 100px;
    max-width: 1125px;
}
.news_detail h1{
    font-size:36px;
    color: #141414;
    line-height: 1.2;
    padding:0 70px;
    text-align: center;
    font-weight: normal;
}
.news_detail .date{
    font-size:16px;
    color: #999999;
    text-align: center;
    font-weight: bold;
    padding:5px 0 30px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom: 15px;
}
@media(max-width: 1600px){
    .news_list li{
        margin-bottom: 50px;
    }
    .news_detail {
        padding: 45px 0 60px;
    }
    .news_detail h1{
        font-size: 26px;
        padding: 0 50px;        
    }
    .news_detail .date {
        font-size: 14px;
        padding: 5px 0 20px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .news_list li{
        margin-bottom: 30px;
    }
    .news_detail {
        padding: 40px 0;
    }
    .news_detail h1{
        font-size: 24px;
        padding: 0 30px;        
    }
    .news_detail .date {
        padding: 5px 0 10px;
    }
}
@media(max-width: 768px){
    .news_detail {
        padding: 30px 0;
    }
    .news_detail h1{
        font-size: 20px;
        padding: 0 0px;        
    }
}
@media(max-width: 640px){
    .news_list li{
        margin-bottom: 20px;
    }
    .news_detail h1{
        font-size: 17px;       
    }
}



.service_cont{
    position: relative;
    overflow:hidden;
    height: 440px;
    margin-bottom: 60px;
}
.service_cont:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:-1;
    background:#333333;
}
.service_cont .container{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.service_cont .container .text{
    width: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.service_cont .container .text h3{
    font-size:36px;
    margin-bottom: 25px;
    line-height: 1.6;
    text-transform: uppercase;
}
.service_cont .container .text p{
    font-size:16px;    
}
.service_cont .img{
    width: 50%;
    height:100%;
    position: absolute;
    top:0;
    right: 0;
}
.service_cont .img p{
    height: 100%;
    width: 100%;    
}
.service_cont .img img{
    height: 100%;
    width: 100%;
}
.service_list{
    display: flex;
    flex-wrap: wrap;
}
.service_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 70px;
}
.service_list li:nth-child(3n){
    margin-right: 0;
}
.service_list li .text2{
    padding-top:20px;
}
.service_list li .text2 h3{
    font-size: 18px;
    color: #333;
}
.service_list li .text2 p{
    font-size:13px;
    color: #666666;
}
.service1,.service3{
    padding:0 0 75px;
}
.service2{
    padding:0 0 55px;
}

@media(max-width: 1600px){
    .service_cont{
        height: 300px;
    }
    .service_cont .container .text h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .service_list li {
        margin-bottom: 50px;
    }
    .service_list li .text2 {
        padding-top: 15px;
    }
    .service_list li .text2 h3{
        font-size:16px;
    }
    .service_cont .container .text p{
        font-size:15px;
    }

}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .service1, .service3{
        padding:0 0 50px;
    }
    .service2 {
        padding: 0 0 50px;
    }
    .service_list li {
        margin-bottom: 30px;
    }
}
@media(max-width: 768px){
    .service_cont{
        height: auto;
        margin-bottom: 30px;
    }
    .service_cont .img{
        position: relative;
        top:0;
        left:0;
        width: 100%;
    }
    .service_cont .container .text {
        width: 100%;
        display: block;
        height: auto;
        padding:15px 0;
    }
    .service_cont .container .text h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .service_list li {
        margin-bottom: 20px;
    }
}
@media(max-width: 640px){
    .service1,.service2,.service3{
        padding:0 0 30px;
    }
    .service_cont .container .text h3 {
        font-size: 17px;
        margin-bottom: 0px;
    }
    .service_list li {
        width: 49%;
    }
    .service_list li:nth-child(3n){
        margin-right: 2%;
    }
    .service_list li:nth-child(2n){
        margin-right: 0%;
    }
}
@media(max-width: 460px){
    .service_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}


.contact{
    padding:135px 0 140px;
    background:url(../images/bg3.png) no-repeat left center;
    background-size: cover;
}
.contact .cont{
    max-width: 730px;
    float: right;
}
.contact1{
    color: #232323;
}
.contact1 h2{
    font-size:60px;
    line-height: 1;
    margin-bottom: 35px;
}
.contact1 h3{
    font-size:30px;
}
.contact1 .txt{
    padding:15px 0 40px;
    border-bottom: 2px solid #333333;
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
}
.contact1 .txt p{
    padding-left: 28px;
    font-size:14px;
    margin-right: 75px;
    line-height: 34px;
}
.contact1 .txt p:nth-child(1){
    background:url(../images/icon01.png) no-repeat left center;
}
.contact1 .txt p:nth-child(2){
    background:url(../images/icon02.png) no-repeat left center;
}
.contact1 .txt p:nth-child(3){
    background:url(../images/icon03.png) no-repeat left center;
    margin-right: 0;
}
.contact1 .txt p:nth-child(4){
    background:url(../images/icon04.png) no-repeat left center;
    margin-right: 0;
}
.message2{

}
.message2 h3{
    font-size:30px;
    color: #232323;
    margin-bottom: 12px;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
}
.message2 ul li{
    width: 48%;
    margin-bottom: 24px;
}
.message2 ul li:first-child{
    margin-right: 4%;
}
.message2 ul li:last-child{
    width: 100%;
    height: 64px;
}
.message2 ul li input,.message2 ul li textarea{
    width: 100%;
    line-height: 60px;
    border:1px solid #dbdbdb;
    font-size:14px;
    color: #808080;
    padding:0 15px;
    font-family: "微软雅黑";
    outline: none;
}
.message2 ul li textarea{
    height: 64px;
}
.mess_btn2 input{
    font-size:22px;
    color: #fff;
    width: 100%;
    line-height: 64px;
    text-align: center;
    display: block;
    cursor: pointer;
    outline: none;
    border:none;
    background:#333;
    font-weight: bold;
}
@media(max-width: 1600px){
    .contact {
        padding: 100px 0;
    }
    .contact1 h2 {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .contact1 .txt {
        padding: 10px 0 25px;
        margin-bottom: 30px;
    }
    .contact1 h3,.message2 h3{
        font-size:24px;
    }
    .message2 ul li{
        margin-bottom: 15px;
    }
    .message2 ul li input, .message2 ul li textarea{
        line-height: 50px;
    }
    .message2 ul li:last-child{
        height: 52px;
    }
    .message2 ul li textarea {
        height: 52px;
    }
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .contact {
        padding: 60px 0;
    }
    .contact1 h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .contact1 .txt {
        padding: 10px 0 15px;
        margin-bottom: 20px;
    }
    .contact1 h3,.message2 h3{
        font-size:20px;
    }
    .message2 ul li{
        margin-bottom: 12px;
    }
    .message2 ul li input, .message2 ul li textarea{
        line-height: 46px;
    }
    .message2 ul li:last-child{
        height: 48px;
    }
    .message2 ul li textarea {
        height: 48px;
    }
}
@media(max-width: 768px){
    .contact {
        padding: 40px 0;
    }
    .contact1 h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .contact1 h3, .message2 h3 {
        font-size: 17px;
    }
    .mess_btn2 input {
        font-size: 18px;
        line-height: 60px;
    }
}
@media(max-width: 640px){
    .contact {
        padding: 30px 0;
    }
    .contact1 h2 {
        font-size: 20px;
    }
    .message2 ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .message2 ul li:first-child {
        margin-right: 0%;
    }
    .mess_btn2 input {
        font-size: 16px;
        line-height: 50px;
    }
    .contact1 .txt p{
        line-height: 1.6em;
        padding:5px 0 5px 28px;
    }
}




h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#a6956a;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #a6956a;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #a6956a;
    vertical-align: middle;
    border: 1px solid #a6956a; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #a6956a;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:60px;
    }
}



.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #a6956a;
    background: #a6956a;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #a6956a;
    background: #a6956a;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #a6956a;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}